import numpy as np
import networkx as nx
import matplotlib.pyplot as plt
Summary
the given signal is observed on a graph \({\cal G}:=({\cal V},{\cal E})\)
- \({\cal V}\) represents the set of nodes
- \({\cal E}\) represents the set of edges (links)
- we have observed a real-valued signal, denoted as \(y: V \to \mathbb{R}\)
Import
Graph Signal
Suppose we have observed a real-valued signal, denoted as \(y: V \to \mathbb{R}\), from a graph \({\cal G} = (V, E)\), where \(V\) represents the set of nodes and \(E\) represents the set of edges.